home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-25 | 1.8 KB | 44 lines | [TEXT/MPS ] |
- This file describes the example makefiles used by MPW to build tools and
- applications with F2C.
-
- All of the makefiles require that the library files be built. If they are
- not built please go to the library directory and do this first.
-
- test.68K.CW.make
- •Builds a 68k version of the test MPW tool with the CodeWarrior Compiler.
- •Build by:
- 1) typing: buildprogram test.68K.CW
-
- test.PPC.CW.make
- •Builds a PPC version of the test MPW tool with the CodeWarrior Compiler.
- •Build by:
- 1) typing: buildprogram test.PPC.CW
-
- test.PPC.SA.make
- •Builds a PPC version of the StandAlone test application with the CodeWarrior
- Compilers.
- •Build by:
- 1) installing the standalone F2C libraries. To do this rename a copy of
- 'libI77.PPC' and 'libF77.PPC' that were built using the IDE to 'libI77SA.PPC'
- and 'libF77SA.PPC'. It is important to note that these are the files built
- by the IDE and not built using MPW. There are differences in these two
- versions of the libraries and you _must_ use the ones built by the IDE.
-
- 2) Now copy the files 'libI77SA.PPC' and 'libF77SA.PPC' to the 'F2CLibraries'
- folder in the MPW 'Libraries' folder. You have now placed the renamed IDE
- version of the libraries where MPW can now use them.
-
- 3) Now you should be able to build a stand alone version of the test application
- by typing:
- buildprogram test.PPC.SA
-
- test.PPC.MrC.make
- •Builds a PPC version of the test MPW tool with the MrC Compiler. NOTE-> I do not have
- MrC and therefore have not been able to verify that this works. I am including this
- makefile as an example only. I have one report that it does indeed work when used with
- the libraries built with CodeWarrior and one report that it works when used with libraries
- built with MrC. If you have success of your own please let me know!
- •Build by:
- 1) typing: buildprogram test.PPC.MrC
-
-